home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 102 / Computer Shopper 102 / Computer SHOPPER_102.iso / browser.exe / browser.DXR / 00027.ls < prev    next >
Encoding:
Text File  |  1996-06-01  |  70 b   |  8 lines

  1. on mouseDown
  2.   puppetSound("Mouse Down")
  3. end
  4.  
  5. on mouseUp
  6.   quit()
  7. end
  8.